projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df44271
)
lib/ostree-sysroot-deploy: add a missing include for stdint.h
author
Luca BRUNO
<luca.bruno@coreos.com>
Fri, 6 May 2022 10:07:23 +0000
(10:07 +0000)
committer
Luca BRUNO
<luca.bruno@coreos.com>
Fri, 6 May 2022 10:07:23 +0000
(10:07 +0000)
src/libostree/ostree-sysroot-deploy.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-sysroot-deploy.c
b/src/libostree/ostree-sysroot-deploy.c
index 404f336fb5009ac46e54f1e43f0c56c83ef89922..96cc07531e5a84315a3f3f28cf1bf63060adc7ca 100644
(file)
--- a/
src/libostree/ostree-sysroot-deploy.c
+++ b/
src/libostree/ostree-sysroot-deploy.c
@@
-22,6
+22,7
@@
#include <gio/gunixinputstream.h>
#include <gio/gunixoutputstream.h>
#include <glib-unix.h>
+#include <stdint.h>
#include <sys/mount.h>
#include <sys/statvfs.h>
#include <sys/socket.h>